presentation
Class IhmGestionMatchs

java.lang.Object
  extended by presentation.IhmGestionMatchs

public class IhmGestionMatchs
extends java.lang.Object

Class IhmGestionMatchs Package presentation Définition de la fenetre de gestion des Matchs

Author:
Hervé Le Fouler et Lionel Lasry

Nested Class Summary
 class IhmGestionMatchs.ZoneCreationMatch
          Class ZoneCreationMatch Package presentation Définition des zones liste des matchs et création des matchs
 
Field Summary
 java.util.ResourceBundle bundle
           
 java.util.Locale local
           
private  java.lang.String nomChampionnat
           
 javax.swing.JPanel zoneCreation
           
 javax.swing.JPanel zoneListeMatch
           
 
Constructor Summary
IhmGestionMatchs(java.lang.String nomChampionnat)
          Constructeur de IhmGestionMatchs
 
Method Summary
 void lancementEcranMatchs()
          Lance l'affichage de la liste des matchs Ajout des deux JPanels : création et liste Appel la méthode addElementsZoneCreationMatch() de la classe ZoneCreationMatch pour peupler la fenêtre
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nomChampionnat

private java.lang.String nomChampionnat

zoneCreation

public javax.swing.JPanel zoneCreation

local

public java.util.Locale local

zoneListeMatch

public javax.swing.JPanel zoneListeMatch

bundle

public java.util.ResourceBundle bundle
Constructor Detail

IhmGestionMatchs

public IhmGestionMatchs(java.lang.String nomChampionnat)
Constructeur de IhmGestionMatchs

Parameters:
String - nomChampionnat
Method Detail

lancementEcranMatchs

public void lancementEcranMatchs()
Lance l'affichage de la liste des matchs Ajout des deux JPanels : création et liste Appel la méthode addElementsZoneCreationMatch() de la classe ZoneCreationMatch pour peupler la fenêtre